Current File : /var/www/vinorea/themes/v1_barbera_6/templates/_partials/mobile-header-2.tvtpl
    <div id='tvcms-mobile-view-header' class="hidden-lg-up tvheader-mobile-layout mh2 mobile-header-2" data-header-mobile-layout="2">
        <div class="tvcmsmobile-top-wrapper">
            <div class='tvmobileheader-offer-wrapper col-sm-12'>
            </div>
        </div>
        <div class="tvcmsheader-sticky">
            <div class='tvcmsmobile-header-search-logo-wrapper '>
                <div class="tvcmsmobile-header-menu col-md-1 col-sm-1">
                    <div class="tvmobile-sliderbar-btn">
                        <a href="Javascript:void(0);" title=""><i class='material-icons'>&#xe5d2;</i></a>
                    </div>
                    <div class="tvmobile-slidebar">
                        <div class="tvmobile-dropdown-close">
                            <a href="Javascript:void(0);"><i class='material-icons'>&#xe14c;</i></a>
                        </div>
                        <div id='tvmobile-megamenu'>
                        </div>
                        <div class="tvcmsmobile-contact"></div>
                        <div id='tvmobile-lang'></div>
                        <div id='tvmobile-curr'></div>
                    </div>
                    <div class="modal-backdrop-menu"></div>
                </div>
                <div class="tvcmsmobile-header-logo-right-wrapper col-md-7 col-sm-7">
                    <div id='tvcmsmobile-header-logo'>
                        {if $withData}
                        <a href="{$urls.base_url}" class="tv-header-logo">
                            <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}" height="34" width="200">
                        </a>
                        {/if}
                    </div>
                </div>
                <div class="tvcmsmobile-header-search col-md-4 col-sm-4">
                    <div class="tvmobile-search-icon">
                        <div class="tvheader-sarch-display">
                            <div class="tvheader-search-display-icon">
                                <div class="tvsearch-open">
                                    {* <i class="material-icons">&#xe8b6;</i> *}
                                    <svg version="1.1" id="Layer_1" x="0px" y="0px" width="30px" height="30px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
                                        <g>
                                            <polygon points="29.245,30 21.475,22.32 22.23,21.552 30,29.232  " />
                                            <circle style="fill:#FFD741;" cx="13" cy="13" r="12.1" />
                                            <circle style="fill:none;stroke:#000000;stroke-miterlimit:10;" cx="13" cy="13" r="12.5" />
                                        </g>
                                    </svg>
                                </div>
                                <div class="tvsearch-close">
                                    {* <i class='material-icons'>&#xe5cd;</i> *}
                                    <svg version="1.1" id="Layer_1" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 20 20" xml:space="preserve">
                                        <g>
                                            <rect x="9.63" y="-3.82" transform="matrix(0.7064 -0.7078 0.7078 0.7064 -4.1427 10.0132)" width="1" height="27.641"></rect>
                                        </g>
                                        <g>
                                            <rect x="9.63" y="-3.82" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 9.9859 24.1432)" width="1" height="27.641"></rect>
                                        </g>
                                    </svg>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div id="tvcmsmobile-account-button">
                        {if $withData}
                        <div class="tvcms-header-myaccount">
                            <div class="tv-header-account">
                                <div class="tv-account-wrapper">
                                    <button class="btn-unstyle tv-myaccount-btn tv-myaccount-btn-desktop" name="User Icon" aria-label="User Icon">
                                        {* <i class='material-icons'>&#xe7ff;</i> *}
                                        <svg version="1.1" id="Layer_1" x="0px" y="0px" width="30.932px" height="31.088px" viewBox="0 0 30.932 31.088" xml:space="preserve">
                                            <g>
                                                <path style="fill:none;stroke:#000000;stroke-width:0.55;stroke-miterlimit:10;" d="M15.444,17.898
        c7.457,0,13.596,5.579,14.509,12.789h0.513c-1.226-7.997-7.473-13.061-15.001-13.061c-7.528,0-13.776,5.063-14.999,13.061h0.47
        C1.848,23.479,7.987,17.898,15.444,17.898z"></path>
                                                <path style="fill:#FFD742;" d="M15.466,17.151c-4.23,0-7.67-3.438-7.67-7.668c0-4.231,3.44-7.671,7.67-7.671
        c4.232,0,7.67,3.439,7.67,7.671C23.136,13.714,19.698,17.151,15.466,17.151"></path>
                                                <circle style="fill:none;stroke:#000000;stroke-miterlimit:10;" cx="15.466" cy="9.49" r="8.152"></circle>
                                            </g>
                                        </svg>
                                        {* {if $customer.is_logged }
                                        <span class="tvcms_customer_name">{$customer.gender.name[$customer.gender.id]} {$customer.firstname} {$customer.lastname}</span>
                                        {else}
                                        <span>{l s='My Account' d='Shop.Theme.Catalog'}</span>
                                        {/if} *}
                                    </button>
                                    <ul class="dropdown-menu tv-account-dropdown tv-dropdown">
                                        {if $customer.is_logged }
                                        <li><a href="{$urls.pages.my_account}" class="tvmyccount"><i class="material-icons">person</i>{l s='My Account' d='Shop.Theme.Catalog'}</a></li>
                                        {/if}
                                        <li class="tvmobile-account"></li>
                                        <li class="tvmobile-wishlist"></li>
                                        <li class="tvmobile-compare"></li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                        {/if}
                    </div>
                    <div id="tvmobile-cart"></div>
                </div>
            </div>
            <div id="tvcmsmobile-search"></div>
        </div>
    </div>
Page Not Found
Parece que el enlace que apuntaba aquí no sirve. ¿Quieres probar con una búsqueda?
¡Hola!